home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Tools⁄Additions / MacTCPToolBx / TCP XCMD Docs / card_4189.txt < prev    next >
Text File  |  1989-06-01  |  1KB  |  52 lines

  1. -- card: 4189 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3170
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=289 top=267 right=283 bottom=304
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   push card
  23.   visual effect zoom open
  24.   go to card id 5192
  25. end mouseUp
  26.  
  27.  
  28.  
  29.  
  30. -- part contents for background part 1
  31. ----- text -----
  32. TCPCharsAvailable(connectionID)
  33.  
  34. -- part contents for background part 2
  35. ----- text -----
  36. Return the number of characters waiting to be read.
  37.  
  38. -- part contents for background part 3
  39. ----- text -----
  40. connectionID
  41.  
  42. -- part contents for background part 4
  43. ----- text -----
  44. This function returns the number of characters waiting to be read from the specified connection. If no characters are available, it returns zero.
  45.  
  46. -- part contents for background part 9
  47. ----- text -----
  48. Function:
  49.  
  50. -- part contents for background part 7
  51. ----- text -----
  52. the connection ID to check